home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / debhelper / autoscripts / postrm-defoma < prev    next >
Encoding:
Text File  |  2006-06-17  |  68 b   |  4 lines

  1. if [ "$1" = "purge" ]; then
  2.     rm -rf /var/lib/defoma/#PACKAGE#.d/
  3. fi
  4.